runtime.pageCache.alloc (method)

2 uses

	runtime (current package)
		mheap.go#L1201: 		base, scav = c.alloc(npages)
		mpagecache.go#L37: func (c *pageCache) alloc(npages uintptr) (uintptr, uintptr) {